home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: utime.h,v 3.1 1994/03/29 12:56:35 ppessi Exp $
- *
- * definitions and prototype for the utime() (in the net.lib)
- *
- * Copyright © 1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
- * Helsinki University of Technology, Finland.
- * All rights reserved.
- */
-
- OBJECT utimbuf
- actime:LONG, /* Access time */
- modtime:LONG /* Modification time */
-
- /*
- int utime(const char *, const struct utimbuf *);
- */
-
-